MaterialSymbolsSharp[FILL,GRAD,opsz,wght].codepoints 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021
  1. 10k e951
  2. 10mp e952
  3. 11mp e953
  4. 123 eb8d
  5. 12mp e954
  6. 13mp e955
  7. 14mp e956
  8. 15mp e957
  9. 16mp e958
  10. 17mp e959
  11. 18_up_rating f8fd
  12. 18mp e95a
  13. 19mp e95b
  14. 1k e95c
  15. 1k_plus e95d
  16. 1x_mobiledata efcd
  17. 1x_mobiledata_badge f7f1
  18. 20mp e95e
  19. 21mp e95f
  20. 22mp e960
  21. 23mp e961
  22. 24mp e962
  23. 2k e963
  24. 2k_plus e964
  25. 2mp e965
  26. 30fps efce
  27. 30fps_select efcf
  28. 360 e577
  29. 3d_rotation e84d
  30. 3g_mobiledata efd0
  31. 3g_mobiledata_badge f7f0
  32. 3k e966
  33. 3k_plus e967
  34. 3mp e968
  35. 3p efd1
  36. 4g_mobiledata efd2
  37. 4g_mobiledata_badge f7ef
  38. 4g_plus_mobiledata efd3
  39. 4k e072
  40. 4k_plus e969
  41. 4mp e96a
  42. 50mp f6f3
  43. 5g ef38
  44. 5g_mobiledata_badge f7ee
  45. 5k e96b
  46. 5k_plus e96c
  47. 5mp e96d
  48. 60fps efd4
  49. 60fps_select efd5
  50. 6_ft_apart f21e
  51. 6k e96e
  52. 6k_plus e96f
  53. 6mp e970
  54. 7k e971
  55. 7k_plus e972
  56. 7mp e973
  57. 8k e974
  58. 8k_plus e975
  59. 8mp e976
  60. 9k e977
  61. 9k_plus e978
  62. 9mp e979
  63. abc eb94
  64. ac_unit eb3b
  65. access_alarm e855
  66. access_alarms e855
  67. access_time efd6
  68. access_time_filled efd6
  69. accessibility e84e
  70. accessibility_new e92c
  71. accessible e914
  72. accessible_forward e934
  73. account_balance e84f
  74. account_balance_wallet e850
  75. account_box e851
  76. account_circle efd7
  77. account_circle_filled efd7
  78. account_circle_off f7b3
  79. account_tree e97a
  80. activity_zone e1e6
  81. acute e4cb
  82. ad_off f7b2
  83. ad_units ef39
  84. adb e60e
  85. add e145
  86. add_a_photo e439
  87. add_alarm e856
  88. add_alert e003
  89. add_box e146
  90. add_business e729
  91. add_call f0b7
  92. add_card eb86
  93. add_chart ef3c
  94. add_circle e3ba
  95. add_circle_outline e3ba
  96. add_comment e266
  97. add_home f8eb
  98. add_home_work f8ed
  99. add_ic_call f0b7
  100. add_link e178
  101. add_location e567
  102. add_location_alt ef3a
  103. add_moderator e97d
  104. add_notes e091
  105. add_photo_alternate e43e
  106. add_reaction e1d3
  107. add_road ef3b
  108. add_shopping_cart e854
  109. add_task f23a
  110. add_to_drive e65c
  111. add_to_home_screen e1fe
  112. add_to_photos e39d
  113. add_to_queue e05c
  114. addchart ef3c
  115. adf_scanner eada
  116. adjust e39e
  117. admin_meds e48d
  118. admin_panel_settings ef3d
  119. ads_click e762
  120. agender f888
  121. agriculture ea79
  122. air efd8
  123. air_freshener e2ca
  124. air_purifier_gen e829
  125. airline_seat_flat e630
  126. airline_seat_flat_angled e631
  127. airline_seat_individual_suite e632
  128. airline_seat_legroom_extra e633
  129. airline_seat_legroom_normal e634
  130. airline_seat_legroom_reduced e635
  131. airline_seat_recline_extra e636
  132. airline_seat_recline_normal e637
  133. airline_stops e7d0
  134. airlines e7ca
  135. airplane_ticket efd9
  136. airplanemode_active e53d
  137. airplanemode_inactive e194
  138. airplay e055
  139. airport_shuttle eb3c
  140. airware f154
  141. airwave e29c
  142. alarm e855
  143. alarm_add e856
  144. alarm_off e857
  145. alarm_on e858
  146. alarm_smart_wake f6b0
  147. album e019
  148. align_center e356
  149. align_end f797
  150. align_flex_center f796
  151. align_flex_end f795
  152. align_flex_start f794
  153. align_horizontal_center e00f
  154. align_horizontal_left e00d
  155. align_horizontal_right e010
  156. align_items_stretch f793
  157. align_justify_center f792
  158. align_justify_flex_end f791
  159. align_justify_flex_start f790
  160. align_justify_space_around f78f
  161. align_justify_space_between f78e
  162. align_justify_space_even f78d
  163. align_justify_stretch f78c
  164. align_self_stretch f78b
  165. align_space_around f78a
  166. align_space_between f789
  167. align_space_even f788
  168. align_start f787
  169. align_stretch f786
  170. align_vertical_bottom e015
  171. align_vertical_center e011
  172. align_vertical_top e00c
  173. all_inbox e97f
  174. all_inclusive eb3d
  175. all_match e093
  176. all_out e90b
  177. allergies e094
  178. allergy e64e
  179. alt_route f184
  180. alternate_email e0e6
  181. altitude f873
  182. ambient_screen f6c4
  183. ambulance f803
  184. amend f802
  185. amp_stories ea13
  186. analytics ef3e
  187. anchor f1cd
  188. android e859
  189. animation e71c
  190. announcement e87f
  191. aod efda
  192. aod_tablet f89f
  193. aod_watch f6ac
  194. apartment ea40
  195. api f1b7
  196. apk_document f88e
  197. apk_install f88f
  198. app_badging f72f
  199. app_blocking ef3f
  200. app_registration ef40
  201. app_settings_alt ef41
  202. app_shortcut eae4
  203. approval e982
  204. approval_delegation f84a
  205. apps e5c3
  206. apps_outage e7cc
  207. architecture ea3b
  208. archive e149
  209. area_chart e770
  210. arming_countdown e78a
  211. arrow_back e5c4
  212. arrow_back_ios e5e0
  213. arrow_back_ios_new e2ea
  214. arrow_circle_down f181
  215. arrow_circle_left eaa7
  216. arrow_circle_right eaaa
  217. arrow_circle_up f182
  218. arrow_downward e5db
  219. arrow_drop_down e5c5
  220. arrow_drop_down_circle e5c6
  221. arrow_drop_up e5c7
  222. arrow_forward e5c8
  223. arrow_forward_ios e5e1
  224. arrow_insert f837
  225. arrow_left e5de
  226. arrow_outward f8ce
  227. arrow_range f69b
  228. arrow_right e5df
  229. arrow_right_alt e941
  230. arrow_selector_tool f82f
  231. arrow_top_left f72e
  232. arrow_top_right f72d
  233. arrow_upward e5d8
  234. arrows_more_down f8ab
  235. arrows_more_up f8ac
  236. arrows_outward f72c
  237. art_track e060
  238. article ef42
  239. aspect_ratio e85b
  240. assessment e85c
  241. assignment e85d
  242. assignment_add f848
  243. assignment_ind e85e
  244. assignment_late e85f
  245. assignment_return e860
  246. assignment_returned e861
  247. assignment_turned_in e862
  248. assist_walker f8d5
  249. assistant e39f
  250. assistant_direction e988
  251. assistant_navigation e989
  252. assistant_on_hub f6c1
  253. assistant_photo ea1a
  254. assured_workload eb6f
  255. astrophotography_auto f1d9
  256. astrophotography_off f1da
  257. atm e573
  258. atr ebc7
  259. attach_email ea5e
  260. attach_file e226
  261. attach_file_add f841
  262. attach_money e227
  263. attachment e2bc
  264. attractions ea52
  265. attribution efdb
  266. audio_file eb82
  267. audiotrack e405
  268. auto_activity_zone f8ad
  269. auto_awesome e65f
  270. auto_awesome_mosaic e660
  271. auto_awesome_motion e661
  272. auto_delete ea4c
  273. auto_detect_voice f83e
  274. auto_fix e663
  275. auto_fix_high e663
  276. auto_fix_normal e664
  277. auto_fix_off e665
  278. auto_graph e4fb
  279. auto_label f6be
  280. auto_meeting_room f6bf
  281. auto_mode ec20
  282. auto_read_pause f219
  283. auto_read_play f216
  284. auto_schedule e214
  285. auto_stories e666
  286. auto_videocam f6c0
  287. autofps_select efdc
  288. autopause f6b6
  289. autopay f84b
  290. autoplay f6b5
  291. autorenew e863
  292. av_timer e01b
  293. avg_pace f6bb
  294. avg_time f813
  295. azm f6ec
  296. baby_changing_station f19b
  297. back_hand e764
  298. back_to_tab f72b
  299. background_blur_full f7ce
  300. background_blur_light f7cd
  301. background_dot_large f79e
  302. background_grid_small f79d
  303. background_replace f20a
  304. backlight_high f7ed
  305. backlight_low f7ec
  306. backpack f19c
  307. backspace e14a
  308. backup e864
  309. backup_table ef43
  310. badge ea67
  311. badge_critical_battery f156
  312. bakery_dining ea53
  313. balance eaf6
  314. balcony e58f
  315. ballot e172
  316. bar_chart e26b
  317. barcode e70b
  318. barcode_reader f85c
  319. barcode_scanner e70c
  320. barefoot f871
  321. batch_prediction f0f5
  322. bath_outdoor f6fb
  323. bath_private f6fa
  324. bath_public_large f6f9
  325. bathroom efdd
  326. bathtub ea41
  327. battery_0_bar ebdc
  328. battery_1_bar ebd9
  329. battery_20 f0a1
  330. battery_2_bar ebe0
  331. battery_30 f0a1
  332. battery_3_bar ebdd
  333. battery_4_bar ebe2
  334. battery_50 f0a1
  335. battery_5_bar ebd4
  336. battery_60 f0a1
  337. battery_6_bar ebd2
  338. battery_80 f0a1
  339. battery_90 f0a1
  340. battery_alert e19c
  341. battery_change f7eb
  342. battery_charging_20 f0a2
  343. battery_charging_30 f0a2
  344. battery_charging_50 f0a2
  345. battery_charging_60 f0a2
  346. battery_charging_80 f0a2
  347. battery_charging_90 f0a2
  348. battery_charging_full f0a2
  349. battery_error f7ea
  350. battery_full f0a1
  351. battery_full_alt f13b
  352. battery_horiz_000 f8ae
  353. battery_horiz_050 f8af
  354. battery_horiz_075 f8b0
  355. battery_low f155
  356. battery_plus f7e9
  357. battery_profile e206
  358. battery_saver efde
  359. battery_std f0a1
  360. battery_unknown e1a6
  361. battery_vert_005 f8b1
  362. battery_vert_020 f8b2
  363. battery_vert_050 f8b3
  364. battery_very_low f156
  365. beach_access eb3e
  366. bed efdf
  367. bedroom_baby efe0
  368. bedroom_child efe1
  369. bedroom_parent efe2
  370. bedtime ef44
  371. bedtime_off eb76
  372. beenhere e52d
  373. bento f1f4
  374. bia f6eb
  375. bike_scooter ef45
  376. biotech ea3a
  377. blanket e828
  378. blender efe3
  379. blind f8d6
  380. blinds e286
  381. blinds_closed ec1f
  382. block f326
  383. blood_pressure e097
  384. bloodtype efe4
  385. bluetooth e1a7
  386. bluetooth_audio e1aa
  387. bluetooth_connected e1a8
  388. bluetooth_disabled e1a9
  389. bluetooth_drive efe5
  390. bluetooth_searching e1aa
  391. blur_circular e3a2
  392. blur_linear e3a3
  393. blur_medium e84c
  394. blur_off e3a4
  395. blur_on e3a5
  396. blur_short e8cf
  397. body_fat e098
  398. body_system e099
  399. bolt ea0b
  400. book e865
  401. book_online f217
  402. bookmark e8e7
  403. bookmark_add e598
  404. bookmark_added e599
  405. bookmark_border e8e7
  406. bookmark_manager f7b1
  407. bookmark_remove e59a
  408. bookmarks e98b
  409. border_all e228
  410. border_bottom e229
  411. border_clear e22a
  412. border_color e22b
  413. border_horizontal e22c
  414. border_inner e22d
  415. border_left e22e
  416. border_outer e22f
  417. border_right e230
  418. border_style e231
  419. border_top e232
  420. border_vertical e233
  421. bottom_panel_close f72a
  422. bottom_panel_open f729
  423. boy eb67
  424. branding_watermark e06b
  425. breakfast_dining ea54
  426. breaking_news_alt_1 f0ba
  427. breastfeeding f856
  428. brightness_1 e3fa
  429. brightness_2 f036
  430. brightness_3 e3a8
  431. brightness_4 e3a9
  432. brightness_5 e3aa
  433. brightness_6 e3ab
  434. brightness_7 e3ac
  435. brightness_auto e1ab
  436. brightness_empty f7e8
  437. brightness_high e1ac
  438. brightness_low e1ad
  439. brightness_medium e1ae
  440. bring_your_own_ip e016
  441. broadcast_on_home f8f8
  442. broadcast_on_personal f8f9
  443. broken_image e3ad
  444. browse_activity f8a5
  445. browse_gallery ebd1
  446. browser_not_supported ef47
  447. browser_updated e7cf
  448. brunch_dining ea73
  449. brush e3ae
  450. bubble_chart e6dd
  451. bug_report e868
  452. build e869
  453. build_circle ef48
  454. bungalow e591
  455. burst_mode e43c
  456. bus_alert e98f
  457. business e7ee
  458. business_center eb3f
  459. business_chip f84c
  460. cabin e589
  461. cable efe6
  462. cached e86a
  463. cake e7e9
  464. cake_add f85b
  465. calculate ea5f
  466. calendar_add_on ef85
  467. calendar_apps_script f0bb
  468. calendar_month ebcc
  469. calendar_today e935
  470. calendar_view_day e936
  471. calendar_view_month efe7
  472. calendar_view_week efe8
  473. call f0d4
  474. call_end f0bc
  475. call_end_alt f0bc
  476. call_made e0b2
  477. call_merge e0b3
  478. call_missed e0b4
  479. call_missed_outgoing e0e4
  480. call_received e0b5
  481. call_split e0b6
  482. call_to_action e06c
  483. camera e3af
  484. camera_alt e412
  485. camera_enhance e8fc
  486. camera_front e3b1
  487. camera_indoor efe9
  488. camera_outdoor efea
  489. camera_rear e3b2
  490. camera_roll e3b3
  491. camera_video f7a6
  492. cameraswitch efeb
  493. campaign ef49
  494. camping f8a2
  495. cancel e888
  496. cancel_presentation e0e9
  497. cancel_schedule_send ea39
  498. candlestick_chart ead4
  499. captive_portal f728
  500. capture f727
  501. car_crash ebf2
  502. car_rental ea55
  503. car_repair ea56
  504. card_giftcard e8f6
  505. card_membership e8f7
  506. card_travel e8f8
  507. cardiology e09c
  508. carpenter f1f8
  509. cases e992
  510. casino eb40
  511. cast e307
  512. cast_connected e308
  513. cast_for_education efec
  514. castle eab1
  515. category e574
  516. celebration ea65
  517. cell_merge f82e
  518. cell_tower ebba
  519. cell_wifi e0ec
  520. center_focus_strong e3b4
  521. center_focus_weak e3b5
  522. chair efed
  523. chair_alt efee
  524. chalet e585
  525. change_circle e2e7
  526. change_history e86b
  527. charger e2ae
  528. charging_station f19d
  529. chart_data e473
  530. chat e0c9
  531. chat_add_on f0f3
  532. chat_apps_script f0bd
  533. chat_bubble e0cb
  534. chat_bubble_outline e0cb
  535. chat_error f7ac
  536. chat_paste_go f6bd
  537. check e5ca
  538. check_box e834
  539. check_box_outline_blank e835
  540. check_circle e86c
  541. check_circle_filled e86c
  542. check_circle_outline e86c
  543. check_in_out f6f6
  544. check_indeterminate_small f88a
  545. check_small f88b
  546. checklist e6b1
  547. checklist_rtl e6b3
  548. checkroom f19e
  549. cheer f6a8
  550. chevron_left e5cb
  551. chevron_right e5cc
  552. child_care eb41
  553. child_friendly eb42
  554. chip_extraction f821
  555. chrome_maximize f7cc
  556. chrome_minimize f7cb
  557. chrome_reader_mode e86d
  558. chrome_restore f7ca
  559. chrome_tote f7c9
  560. chromecast_2 f17b
  561. chromecast_device e83c
  562. chronic ebb2
  563. church eaae
  564. cinematic_blur f853
  565. circle ef4a
  566. circle_notifications e994
  567. clarify f0bf
  568. class e865
  569. clean_hands f21f
  570. cleaning_bucket f8b4
  571. cleaning_services f0ff
  572. clear e5cd
  573. clear_all e0b8
  574. clear_day f157
  575. clear_night f159
  576. climate_mini_split f8b5
  577. clinical_notes e09e
  578. clock_loader_10 f726
  579. clock_loader_20 f725
  580. clock_loader_40 f724
  581. clock_loader_60 f723
  582. clock_loader_80 f722
  583. clock_loader_90 f721
  584. close e5cd
  585. close_fullscreen f1cf
  586. closed_caption e996
  587. closed_caption_disabled f1dc
  588. closed_caption_off e996
  589. cloud f15c
  590. cloud_circle e2be
  591. cloud_done e2bf
  592. cloud_download e2c0
  593. cloud_off e2c1
  594. cloud_queue f15c
  595. cloud_sync eb5a
  596. cloud_upload e2c3
  597. cloudy f15c
  598. cloudy_filled f15c
  599. cloudy_snowing e810
  600. co2 e7b0
  601. co_present eaf0
  602. code e86f
  603. code_blocks f84d
  604. code_off e4f3
  605. coffee efef
  606. coffee_maker eff0
  607. cognition e09f
  608. collections e3d3
  609. collections_bookmark e431
  610. color_lens e40a
  611. colorize e3b8
  612. comment e24c
  613. comment_bank ea4e
  614. comments_disabled e7a2
  615. commit eaf5
  616. communication e27c
  617. commute e940
  618. compare e3b9
  619. compare_arrows e915
  620. compass_calibration e57c
  621. component_exchange f1e7
  622. compost e761
  623. compress e94d
  624. computer e31e
  625. conditions e0a0
  626. confirmation_number e638
  627. congenital e0a1
  628. connect_without_contact f223
  629. connected_tv e998
  630. connecting_airports e7c9
  631. construction ea3c
  632. contact_emergency f8d1
  633. contact_mail e0d0
  634. contact_page f22e
  635. contact_phone f0c0
  636. contact_phone_filled f0c0
  637. contact_support e94c
  638. contactless ea71
  639. contactless_off f858
  640. contacts e0ba
  641. content_copy e14d
  642. content_cut e14e
  643. content_paste e14f
  644. content_paste_go ea8e
  645. content_paste_off e4f8
  646. content_paste_search ea9b
  647. contrast eb37
  648. contrast_rtl_off ec72
  649. control_camera e074
  650. control_point e3ba
  651. control_point_duplicate e3bb
  652. controller_gen e83d
  653. conversion_path f0c1
  654. conversion_path_off f7b4
  655. conveyor_belt f867
  656. cookie eaac
  657. cookie_off f79a
  658. cooking e2b6
  659. cool_to_dry e276
  660. copy_all e2ec
  661. copyright e90c
  662. coronavirus f221
  663. corporate_fare f1d0
  664. cottage e587
  665. counter_0 f785
  666. counter_1 f784
  667. counter_2 f783
  668. counter_3 f782
  669. counter_4 f781
  670. counter_5 f780
  671. counter_6 f77f
  672. counter_7 f77e
  673. counter_8 f77d
  674. counter_9 f77c
  675. countertops f1f7
  676. create f345
  677. create_new_folder e2cc
  678. credit_card e8a1
  679. credit_card_off e4f4
  680. credit_score eff1
  681. crib e588
  682. crisis_alert ebe9
  683. crop e3be
  684. crop_16_9 e3bc
  685. crop_3_2 e3bd
  686. crop_5_4 e3bf
  687. crop_7_5 e3c0
  688. crop_din e3c6
  689. crop_free e3c2
  690. crop_landscape e3c3
  691. crop_original e3f4
  692. crop_portrait e3c5
  693. crop_rotate e437
  694. crop_square e3c6
  695. cruelty_free e799
  696. css eb93
  697. currency_bitcoin ebc5
  698. currency_exchange eb70
  699. currency_franc eafa
  700. currency_lira eaef
  701. currency_pound eaf1
  702. currency_ruble eaec
  703. currency_rupee eaf7
  704. currency_yen eafb
  705. currency_yuan eaf9
  706. curtains ec1e
  707. curtains_closed ec1d
  708. cut f08b
  709. cycle f854
  710. cyclone ebd5
  711. dangerous e99a
  712. dark_mode e51c
  713. dashboard e871
  714. dashboard_customize e99b
  715. data_alert f7f6
  716. data_array ead1
  717. data_check f7f2
  718. data_exploration e76f
  719. data_info_alert f7f5
  720. data_object ead3
  721. data_saver_off eff2
  722. data_saver_on eff3
  723. data_thresholding eb9f
  724. data_usage eff2
  725. database f20e
  726. dataset f8ee
  727. dataset_linked f8ef
  728. date_range e916
  729. deblur eb77
  730. deceased e0a5
  731. decimal_decrease f82d
  732. decimal_increase f82c
  733. deck ea42
  734. dehaze e3c7
  735. delete e872
  736. delete_forever e92b
  737. delete_outline e872
  738. delete_sweep e16c
  739. demography e489
  740. density_large eba9
  741. density_medium eb9e
  742. density_small eba8
  743. dentistry e0a6
  744. departure_board e576
  745. deployed_code f720
  746. dermatology e0a7
  747. description e873
  748. deselect ebb6
  749. design_services f10a
  750. desk f8f4
  751. deskphone f7fa
  752. desktop_access_disabled e99d
  753. desktop_mac e30b
  754. desktop_windows e30c
  755. details e3c8
  756. detection_and_zone e29f
  757. detector e282
  758. detector_alarm e1f7
  759. detector_battery e204
  760. detector_co e2af
  761. detector_offline e223
  762. detector_smoke e285
  763. detector_status e1e8
  764. developer_board e30d
  765. developer_board_off e4ff
  766. developer_mode e1b0
  767. device_hub e335
  768. device_reset e8b3
  769. device_thermostat e1ff
  770. device_unknown e339
  771. devices e326
  772. devices_fold ebde
  773. devices_off f7a5
  774. devices_other e337
  775. devices_wearables f6ab
  776. dew_point f879
  777. diagnosis e0a8
  778. dialer_sip e0bb
  779. dialpad e0bc
  780. diamond ead5
  781. difference eb7d
  782. digital_out_of_home f1de
  783. dining eff4
  784. dinner_dining ea57
  785. directions e52e
  786. directions_alt f880
  787. directions_alt_off f881
  788. directions_bike e52f
  789. directions_boat eff5
  790. directions_boat_filled eff5
  791. directions_bus eff6
  792. directions_bus_filled eff6
  793. directions_car eff7
  794. directions_car_filled eff7
  795. directions_off f10f
  796. directions_railway eff8
  797. directions_railway_filled eff8
  798. directions_run e566
  799. directions_subway effa
  800. directions_subway_filled effa
  801. directions_transit effa
  802. directions_transit_filled effa
  803. directions_walk e536
  804. dirty_lens ef4b
  805. disabled_by_default f230
  806. disabled_visible e76e
  807. disc_full e610
  808. discover_tune e018
  809. dishwasher_gen e832
  810. display_external_input f7e7
  811. display_settings eb97
  812. distance f6ea
  813. diversity_1 f8d7
  814. diversity_2 f8d8
  815. diversity_3 f8d9
  816. diversity_4 f857
  817. dns e875
  818. do_disturb f326
  819. do_disturb_alt f08d
  820. do_disturb_off f329
  821. do_disturb_on f08f
  822. do_not_disturb f08d
  823. do_not_disturb_alt f326
  824. do_not_disturb_off f329
  825. do_not_disturb_on f08f
  826. do_not_disturb_on_total_silence effb
  827. do_not_step f19f
  828. do_not_touch f1b0
  829. dock e30e
  830. dock_to_bottom f7e6
  831. dock_to_left f7e5
  832. dock_to_right f7e4
  833. docs_add_on f0c2
  834. docs_apps_script f0c3
  835. document_scanner e5fa
  836. domain e7ee
  837. domain_add eb62
  838. domain_disabled e0ef
  839. domain_verification ef4c
  840. domain_verification_off f7b0
  841. done e876
  842. done_all e877
  843. done_outline e92f
  844. donut_large e917
  845. donut_small e918
  846. door_back effc
  847. door_front effd
  848. door_open e77c
  849. door_sensor e28a
  850. door_sliding effe
  851. doorbell efff
  852. doorbell_3p e1e7
  853. doorbell_chime e1f3
  854. double_arrow ea50
  855. downhill_skiing e509
  856. download f090
  857. download_done f091
  858. download_for_offline f000
  859. downloading f001
  860. draft e66d
  861. draft_orders e7b3
  862. drafts e151
  863. drag_click f71f
  864. drag_handle e25d
  865. drag_indicator e945
  866. drag_pan f71e
  867. draw e746
  868. dresser e210
  869. drive_eta eff7
  870. drive_file_move e675
  871. drive_file_move_outline e675
  872. drive_file_move_rtl e76d
  873. drive_file_rename_outline e9a2
  874. drive_folder_upload e9a3
  875. dry f1b3
  876. dry_cleaning ea58
  877. dual_screen f6cf
  878. duo e9a5
  879. dvr e1b2
  880. dynamic_feed ea14
  881. dynamic_form f1bf
  882. e911_avatar f11a
  883. e911_emergency f119
  884. e_mobiledata f002
  885. e_mobiledata_badge f7e3
  886. earbuds f003
  887. earbuds_battery f004
  888. early_on e2ba
  889. east f1df
  890. ecg f80f
  891. ecg_heart f6e9
  892. eco ea35
  893. eda f6e8
  894. edgesensor_high f005
  895. edgesensor_low f006
  896. edit f345
  897. edit_attributes e578
  898. edit_calendar e742
  899. edit_document f88c
  900. edit_location e568
  901. edit_location_alt e1c5
  902. edit_note e745
  903. edit_notifications e525
  904. edit_off e950
  905. edit_road ef4d
  906. edit_square f88d
  907. egg eacc
  908. egg_alt eac8
  909. eject e8fb
  910. elderly f21a
  911. elderly_woman eb69
  912. electric_bike eb1b
  913. electric_bolt ec1c
  914. electric_car eb1c
  915. electric_meter ec1b
  916. electric_moped eb1d
  917. electric_rickshaw eb1e
  918. electric_scooter eb1f
  919. electrical_services f102
  920. elevation f6e7
  921. elevator f1a0
  922. email e159
  923. emergency e1eb
  924. emergency_heat f15d
  925. emergency_home e82a
  926. emergency_recording ebf4
  927. emergency_share ebf6
  928. emoji_emotions ea22
  929. emoji_flags ea1a
  930. emoji_food_beverage ea1b
  931. emoji_nature ea1c
  932. emoji_objects ea24
  933. emoji_people ea1d
  934. emoji_symbols ea1e
  935. emoji_transportation ea1f
  936. emoticon e5f3
  937. empty_dashboard f844
  938. enable f188
  939. endocrinology e0a9
  940. energy_program_saving f15f
  941. energy_program_time_used f161
  942. energy_savings_leaf ec1a
  943. engineering ea3d
  944. enhanced_encryption e63f
  945. ent e0aa
  946. equal f77b
  947. equalizer e01d
  948. error e001
  949. error_circle_rounded f8b6
  950. error_med e49b
  951. error_outline e001
  952. escalator f1a1
  953. escalator_warning f1ac
  954. euro ea15
  955. euro_symbol e926
  956. ev_charger e56d
  957. ev_mobiledata_badge f7e2
  958. ev_shadow ef8f
  959. ev_station e56d
  960. event e878
  961. event_available e614
  962. event_busy e615
  963. event_note e616
  964. event_repeat eb7b
  965. event_seat e903
  966. event_upcoming f238
  967. exclamation f22f
  968. exercise f6e6
  969. exit_to_app e879
  970. expand e94f
  971. expand_circle_down e7cd
  972. expand_content f830
  973. expand_less e5ce
  974. expand_more e5cf
  975. explicit e01e
  976. explore e87a
  977. explore_off e9a8
  978. export_notes e0ac
  979. exposure e3f6
  980. exposure_neg_1 e3cb
  981. exposure_neg_2 e3cc
  982. exposure_plus_1 e800
  983. exposure_plus_2 e3ce
  984. exposure_zero e3cf
  985. extension e87b
  986. extension_off e4f5
  987. eyeglasses f6ee
  988. face f008
  989. face_2 f8da
  990. face_3 f8db
  991. face_4 f8dc
  992. face_5 f8dd
  993. face_6 f8de
  994. face_retouching_natural ef4e
  995. face_retouching_off f007
  996. face_unlock f008
  997. fact_check f0c5
  998. factory ebbc
  999. familiar_face_and_zone e21c
  1000. family_history e0ad
  1001. family_restroom f1a2
  1002. fast_forward e01f
  1003. fast_rewind e020
  1004. fastfood e57a
  1005. faucet e278
  1006. favorite e87e
  1007. favorite_border e87e
  1008. fax ead8
  1009. featured_play_list e06d
  1010. featured_video e06e
  1011. feed f009
  1012. feedback e87f
  1013. female e590
  1014. femur f891
  1015. femur_alt f892
  1016. fence f1f6
  1017. fertile f6e5
  1018. festival ea68
  1019. fiber_dvr e05d
  1020. fiber_manual_record e061
  1021. fiber_new e05e
  1022. fiber_pin e06a
  1023. fiber_smart_record e062
  1024. file_copy e173
  1025. file_download f090
  1026. file_download_done f091
  1027. file_download_off e4fe
  1028. file_open eaf3
  1029. file_present ea0e
  1030. file_upload f09b
  1031. file_upload_off f886
  1032. filter e3d3
  1033. filter_1 e3d0
  1034. filter_2 e3d1
  1035. filter_3 e3d2
  1036. filter_4 e3d4
  1037. filter_5 e3d5
  1038. filter_6 e3d6
  1039. filter_7 e3d7
  1040. filter_8 e3d8
  1041. filter_9 e3d9
  1042. filter_9_plus e3da
  1043. filter_alt ef4f
  1044. filter_alt_off eb32
  1045. filter_b_and_w e3db
  1046. filter_center_focus e3dc
  1047. filter_drama e3dd
  1048. filter_frames e3de
  1049. filter_hdr e3df
  1050. filter_list e152
  1051. filter_list_alt e94e
  1052. filter_list_off eb57
  1053. filter_none e3e0
  1054. filter_tilt_shift e3e2
  1055. filter_vintage e3e3
  1056. finance_chip f84e
  1057. find_in_page e880
  1058. find_replace e881
  1059. fingerprint e90d
  1060. fire_extinguisher f1d8
  1061. fire_hydrant f1a3
  1062. fire_truck f8f2
  1063. fireplace ea43
  1064. first_page e5dc
  1065. fit_page f77a
  1066. fit_screen ea10
  1067. fit_width f779
  1068. fitbit_arrow_downward f6b3
  1069. fitbit_arrow_upward f6b2
  1070. fitbit_check_small f6b1
  1071. fitness_center eb43
  1072. flag ea1a
  1073. flag_circle eaf8
  1074. flag_filled ea1a
  1075. flaky ef50
  1076. flare e3e4
  1077. flash_auto e3e5
  1078. flash_off e3e6
  1079. flash_on e3e7
  1080. flashlight_off f00a
  1081. flashlight_on f00b
  1082. flatware f00c
  1083. flex_direction f778
  1084. flex_no_wrap f777
  1085. flex_wrap f776
  1086. flight e539
  1087. flight_class e7cb
  1088. flight_land e904
  1089. flight_takeoff e905
  1090. flip e3e8
  1091. flip_camera_android ea37
  1092. flip_camera_ios ea38
  1093. flip_to_back e882
  1094. flip_to_front e883
  1095. float_landscape f7c8
  1096. float_portrait f7c7
  1097. flood ebe6
  1098. floor f6e4
  1099. floor_lamp e21e
  1100. flourescent f00d
  1101. flowsheet e0ae
  1102. fluid e483
  1103. fluid_balance f80d
  1104. fluid_med f80c
  1105. fluorescent f00d
  1106. flutter_dash e00b
  1107. fmd_bad f00e
  1108. fmd_good e55f
  1109. foggy e818
  1110. folder e2c7
  1111. folder_copy ebbd
  1112. folder_delete eb34
  1113. folder_managed f775
  1114. folder_off eb83
  1115. folder_open e2c8
  1116. folder_shared e2c9
  1117. folder_special e617
  1118. folder_supervised f774
  1119. folder_zip eb2c
  1120. follow_the_signs f222
  1121. font_download e167
  1122. font_download_off e4f9
  1123. food_bank f1f2
  1124. foot_bones f893
  1125. footprint f87d
  1126. forest ea99
  1127. fork_left eba0
  1128. fork_right ebac
  1129. forklift f868
  1130. format_align_center e234
  1131. format_align_justify e235
  1132. format_align_left e236
  1133. format_align_right e237
  1134. format_bold e238
  1135. format_clear e239
  1136. format_color_fill e23a
  1137. format_color_reset e23b
  1138. format_color_text e23c
  1139. format_h1 f85d
  1140. format_h2 f85e
  1141. format_h3 f85f
  1142. format_h4 f860
  1143. format_h5 f861
  1144. format_h6 f862
  1145. format_image_left f863
  1146. format_image_right f864
  1147. format_indent_decrease e23d
  1148. format_indent_increase e23e
  1149. format_ink_highlighter f82b
  1150. format_italic e23f
  1151. format_letter_spacing f773
  1152. format_line_spacing e240
  1153. format_list_bulleted e241
  1154. format_list_bulleted_add f849
  1155. format_list_numbered e242
  1156. format_list_numbered_rtl e267
  1157. format_overline eb65
  1158. format_paint e243
  1159. format_paragraph f865
  1160. format_quote e244
  1161. format_shapes e25e
  1162. format_size e245
  1163. format_strikethrough e246
  1164. format_text_clip f82a
  1165. format_text_overflow f829
  1166. format_text_wrap f828
  1167. format_textdirection_l_to_r e247
  1168. format_textdirection_r_to_l e248
  1169. format_underlined e249
  1170. format_underlined_squiggle f885
  1171. forms_add_on f0c7
  1172. forms_apps_script f0c8
  1173. fort eaad
  1174. forum e8af
  1175. forward f060
  1176. forward_10 e056
  1177. forward_30 e057
  1178. forward_5 e058
  1179. forward_circle f6f5
  1180. forward_media f6f4
  1181. forward_to_inbox f187
  1182. foundation f200
  1183. frame_inspect f772
  1184. frame_person f8a6
  1185. frame_person_off f7d1
  1186. frame_reload f771
  1187. frame_source f770
  1188. free_breakfast eb44
  1189. free_cancellation e748
  1190. front_hand e769
  1191. front_loader f869
  1192. full_stacked_bar_chart f212
  1193. fullscreen e5d0
  1194. fullscreen_exit e5d1
  1195. function f866
  1196. functions e24a
  1197. g_mobiledata f010
  1198. g_mobiledata_badge f7e1
  1199. g_translate e927
  1200. gallery_thumbnail f86f
  1201. gamepad e30f
  1202. games e30f
  1203. garage f011
  1204. garage_home e82d
  1205. garden_cart f8a9
  1206. gas_meter ec19
  1207. gastroenterology e0f1
  1208. gate e277
  1209. gavel e90e
  1210. generating_tokens e749
  1211. genetics e0f3
  1212. gesture e155
  1213. get_app f090
  1214. gif e908
  1215. gif_box e7a3
  1216. girl eb68
  1217. gite e58b
  1218. glass_cup f6e3
  1219. globe_asia f799
  1220. globe_uk f798
  1221. glucose e4a0
  1222. glyphs f8a3
  1223. go_to_line f71d
  1224. golf_course eb45
  1225. google_plus_reshare f060
  1226. google_wifi e840
  1227. gpp_bad f012
  1228. gpp_good f013
  1229. gpp_maybe f014
  1230. gps_fixed e55c
  1231. gps_not_fixed e1b7
  1232. gps_off e1b6
  1233. grade e885
  1234. gradient e3e9
  1235. grading ea4f
  1236. grain e3ea
  1237. graphic_eq e1b8
  1238. grass f205
  1239. grid_3x3 f015
  1240. grid_4x4 f016
  1241. grid_goldenratio f017
  1242. grid_guides f76f
  1243. grid_off e3eb
  1244. grid_on e3ec
  1245. grid_view e9b0
  1246. group ea21
  1247. group_add e7f0
  1248. group_off e747
  1249. group_remove e7ad
  1250. group_work e886
  1251. grouped_bar_chart f211
  1252. groups f233
  1253. groups_2 f8df
  1254. groups_3 f8e0
  1255. gynecology e0f4
  1256. h_mobiledata f018
  1257. h_mobiledata_badge f7e0
  1258. h_plus_mobiledata f019
  1259. h_plus_mobiledata_badge f7df
  1260. hail e9b1
  1261. hand_bones f894
  1262. hand_gesture ef9c
  1263. handshake ebcb
  1264. handyman f10b
  1265. hangout_meeting f7c6
  1266. hard_drive f80e
  1267. hard_drive_2 f7a4
  1268. hardware ea59
  1269. hd e052
  1270. hdr_auto f01a
  1271. hdr_auto_select f01b
  1272. hdr_enhanced_select ef51
  1273. hdr_off e3ed
  1274. hdr_off_select f01c
  1275. hdr_on e3ee
  1276. hdr_on_select f01d
  1277. hdr_plus f01e
  1278. hdr_strong e3f1
  1279. hdr_weak e3f2
  1280. headphones f01f
  1281. headphones_battery f020
  1282. headset f01f
  1283. headset_mic e311
  1284. headset_off e33a
  1285. healing e3f3
  1286. health_and_safety e1d5
  1287. health_metrics f6e2
  1288. heap_snapshot_large f76e
  1289. heap_snapshot_multiple f76d
  1290. heap_snapshot_thumbnail f76c
  1291. hearing e023
  1292. hearing_disabled f104
  1293. heart_broken eac2
  1294. heart_minus f883
  1295. heart_plus f884
  1296. heat_pump ec18
  1297. heat_pump_balance e27e
  1298. height ea16
  1299. help e8fd
  1300. help_center f1c0
  1301. help_clinic f810
  1302. help_outline e8fd
  1303. hematology e0f6
  1304. hevc f021
  1305. hexagon eb39
  1306. hide ef9e
  1307. hide_image f022
  1308. hide_source f023
  1309. high_density f79c
  1310. high_quality e024
  1311. highlight e25f
  1312. highlight_off e888
  1313. highlighter_size_1 f76b
  1314. highlighter_size_2 f76a
  1315. highlighter_size_3 f769
  1316. highlighter_size_4 f768
  1317. highlighter_size_5 f767
  1318. hiking e50a
  1319. history e8b3
  1320. history_edu ea3e
  1321. history_toggle_off f17d
  1322. hive eaa6
  1323. hls eb8a
  1324. hls_off eb8c
  1325. holiday_village e58a
  1326. home e88a
  1327. home_app_logo e295
  1328. home_filled e88a
  1329. home_health e4b9
  1330. home_iot_device e283
  1331. home_max f024
  1332. home_max_dots e849
  1333. home_mini f025
  1334. home_pin f14d
  1335. home_repair_service f100
  1336. home_speaker f11c
  1337. home_storage f86c
  1338. home_work f030
  1339. horizontal_distribute e014
  1340. horizontal_rule f108
  1341. horizontal_split e947
  1342. hot_tub eb46
  1343. hotel e549
  1344. hotel_class e743
  1345. hourglass_bottom ea5c
  1346. hourglass_disabled ef53
  1347. hourglass_empty e88b
  1348. hourglass_full e88c
  1349. hourglass_top ea5b
  1350. house ea44
  1351. house_siding f202
  1352. house_with_shield e786
  1353. houseboat e584
  1354. how_to_reg e174
  1355. how_to_vote e175
  1356. hr_resting f6ba
  1357. html eb7e
  1358. http e902
  1359. https e88d
  1360. hub e9f4
  1361. humerus f895
  1362. humerus_alt f896
  1363. humidity_high f163
  1364. humidity_low f164
  1365. humidity_mid f165
  1366. humidity_percentage f87e
  1367. hvac f10e
  1368. ice_skating e50b
  1369. icecream ea69
  1370. iframe f71b
  1371. iframe_off f71c
  1372. image e3f4
  1373. image_aspect_ratio e3f5
  1374. image_not_supported f116
  1375. image_search e43f
  1376. imagesearch_roller e9b4
  1377. imagesmode efa2
  1378. immunology e0fb
  1379. import_contacts e0e0
  1380. import_export e8d5
  1381. important_devices e912
  1382. in_home_mode e833
  1383. inactive_order e0fc
  1384. inbox e156
  1385. inbox_customize f859
  1386. incomplete_circle e79b
  1387. indeterminate_check_box e909
  1388. info e88e
  1389. infrared f87c
  1390. inpatient e0fe
  1391. input e890
  1392. input_circle f71a
  1393. insert_chart e85c
  1394. insert_chart_filled e85c
  1395. insert_chart_outlined e85c
  1396. insert_comment e24c
  1397. insert_drive_file e66d
  1398. insert_emoticon ea22
  1399. insert_invitation e878
  1400. insert_link e250
  1401. insert_page_break eaca
  1402. insert_photo e3f4
  1403. insert_text f827
  1404. insights f092
  1405. install_desktop eb71
  1406. install_mobile eb72
  1407. integration_instructions ef54
  1408. interests e7c8
  1409. interpreter_mode e83b
  1410. inventory e179
  1411. inventory_2 e1a1
  1412. invert_colors e891
  1413. invert_colors_off e0c4
  1414. ios_share e6b8
  1415. iron e583
  1416. iso e3f6
  1417. javascript eb7c
  1418. join f84f
  1419. join_full eaeb
  1420. join_inner eaf4
  1421. join_left eaf2
  1422. join_right eaea
  1423. jump_to_element f719
  1424. kayaking e50c
  1425. kebab_dining e842
  1426. kettle e2b9
  1427. key e73c
  1428. key_off eb84
  1429. key_visualizer f199
  1430. keyboard e312
  1431. keyboard_alt f028
  1432. keyboard_arrow_down e313
  1433. keyboard_arrow_left e314
  1434. keyboard_arrow_right e315
  1435. keyboard_arrow_up e316
  1436. keyboard_backspace e317
  1437. keyboard_capslock e318
  1438. keyboard_capslock_badge f7de
  1439. keyboard_command_key eae7
  1440. keyboard_control_key eae6
  1441. keyboard_double_arrow_down ead0
  1442. keyboard_double_arrow_left eac3
  1443. keyboard_double_arrow_right eac9
  1444. keyboard_double_arrow_up eacf
  1445. keyboard_external_input f7dd
  1446. keyboard_full f7dc
  1447. keyboard_hide e31a
  1448. keyboard_onscreen f7db
  1449. keyboard_option_key eae8
  1450. keyboard_previous_language f7da
  1451. keyboard_return e31b
  1452. keyboard_tab e31c
  1453. keyboard_tab_rtl ec73
  1454. keyboard_voice e31d
  1455. king_bed ea45
  1456. kitchen eb47
  1457. kitesurfing e50d
  1458. lab_panel e103
  1459. lab_profile e104
  1460. lab_research f80b
  1461. label e893
  1462. label_important e948
  1463. label_important_outline e948
  1464. label_off e9b6
  1465. label_outline e893
  1466. labs e105
  1467. lan eb2f
  1468. landscape e564
  1469. landslide ebd7
  1470. language e894
  1471. language_chinese_array f766
  1472. language_chinese_cangjie f765
  1473. language_chinese_dayi f764
  1474. language_chinese_pinyin f763
  1475. language_chinese_quick f762
  1476. language_chinese_wubi f761
  1477. language_french f760
  1478. language_gb_english f75f
  1479. language_international f75e
  1480. language_korean_latin f75d
  1481. language_pinyin f75c
  1482. language_us f759
  1483. language_us_colemak f75b
  1484. language_us_dvorak f75a
  1485. laps f6b9
  1486. laptop e31e
  1487. laptop_chromebook e31f
  1488. laptop_mac e320
  1489. laptop_windows e321
  1490. last_page e5dd
  1491. launch e89e
  1492. launcher_assistant_off f7c5
  1493. launcher_assistant_on f7c4
  1494. laundry e2a8
  1495. layers e53b
  1496. layers_clear e53c
  1497. lda e106
  1498. leaderboard f20c
  1499. leak_add e3f8
  1500. leak_remove e3f9
  1501. left_click f718
  1502. left_panel_close f717
  1503. left_panel_open f716
  1504. legend_toggle f11b
  1505. lens e3fa
  1506. lens_blur f029
  1507. letter_switch f758
  1508. library_add e03c
  1509. library_add_check e9b7
  1510. library_books e02f
  1511. library_music e030
  1512. lift_to_talk efa3
  1513. light f02a
  1514. light_group e28b
  1515. light_mode e518
  1516. lightbulb e90f
  1517. lightbulb_circle ebfe
  1518. lightbulb_outline e90f
  1519. line_axis ea9a
  1520. line_curve f757
  1521. line_end f826
  1522. line_end_arrow f81d
  1523. line_end_arrow_notch f81c
  1524. line_end_circle f81b
  1525. line_end_diamond f81a
  1526. line_end_square f819
  1527. line_start f825
  1528. line_start_arrow f818
  1529. line_start_arrow_notch f817
  1530. line_start_circle f816
  1531. line_start_diamond f815
  1532. line_start_square f814
  1533. line_style e919
  1534. line_weight e91a
  1535. linear_scale e260
  1536. link e250
  1537. link_off e16f
  1538. linked_camera e438
  1539. liquor ea60
  1540. list e896
  1541. list_alt e0ee
  1542. list_alt_add f756
  1543. live_help e0c6
  1544. live_tv e63b
  1545. living f02b
  1546. local_activity e553
  1547. local_airport e53d
  1548. local_atm e53e
  1549. local_bar e540
  1550. local_cafe eb44
  1551. local_car_wash e542
  1552. local_convenience_store e543
  1553. local_dining e561
  1554. local_drink e544
  1555. local_fire_department f33b
  1556. local_florist e545
  1557. local_gas_station e546
  1558. local_grocery_store e8cc
  1559. local_hospital e548
  1560. local_hotel e549
  1561. local_laundry_service e54a
  1562. local_library e54b
  1563. local_mall e54c
  1564. local_movies e8da
  1565. local_offer f05b
  1566. local_parking e54f
  1567. local_pharmacy e550
  1568. local_phone f0d4
  1569. local_pizza e552
  1570. local_play e553
  1571. local_police ef56
  1572. local_post_office e554
  1573. local_printshop e8ad
  1574. local_see e557
  1575. local_shipping e558
  1576. local_taxi e559
  1577. location_automation f14f
  1578. location_away f150
  1579. location_chip f850
  1580. location_city e7f1
  1581. location_disabled e1b6
  1582. location_home f152
  1583. location_off e0c7
  1584. location_on e55f
  1585. location_pin e55f
  1586. location_searching e1b7
  1587. lock e88d
  1588. lock_clock ef57
  1589. lock_open e898
  1590. lock_outline e88d
  1591. lock_person f8f3
  1592. lock_reset eade
  1593. login ea77
  1594. logo_dev ead6
  1595. logout e9ba
  1596. looks e3fc
  1597. looks_3 e3fb
  1598. looks_4 e3fd
  1599. looks_5 e3fe
  1600. looks_6 e3ff
  1601. looks_one e400
  1602. looks_two e401
  1603. loop e863
  1604. loupe e402
  1605. low_density f79b
  1606. low_priority e16d
  1607. loyalty e89a
  1608. lte_mobiledata f02c
  1609. lte_mobiledata_badge f7d9
  1610. lte_plus_mobiledata f02d
  1611. lte_plus_mobiledata_badge f7d8
  1612. luggage f235
  1613. lunch_dining ea61
  1614. lyrics ec0b
  1615. macro_auto f6f2
  1616. macro_off f8d2
  1617. magic_button f136
  1618. magic_exchange f7f4
  1619. magic_tether f7d7
  1620. magnification_large f83d
  1621. magnification_small f83c
  1622. magnify_docked f7d6
  1623. magnify_fullscreen f7d5
  1624. mail e159
  1625. mail_lock ec0a
  1626. mail_outline e159
  1627. male e58e
  1628. man e4eb
  1629. man_2 f8e1
  1630. man_3 f8e2
  1631. man_4 f8e3
  1632. manage_accounts f02e
  1633. manage_history ebe7
  1634. manage_search f02f
  1635. map e55b
  1636. maps_home_work f030
  1637. maps_ugc ef58
  1638. margin e9bb
  1639. mark_as_unread e9bc
  1640. mark_chat_read f18b
  1641. mark_chat_unread f189
  1642. mark_email_read f18c
  1643. mark_email_unread f18a
  1644. mark_unread_chat_alt eb9d
  1645. markunread e159
  1646. markunread_mailbox e89b
  1647. masks f218
  1648. match_case f6f1
  1649. match_word f6f0
  1650. matter e907
  1651. maximize e930
  1652. measuring_tape f6af
  1653. media_bluetooth_off f031
  1654. media_bluetooth_on f032
  1655. media_link f83f
  1656. mediation efa7
  1657. medical_information ebed
  1658. medical_mask f80a
  1659. medical_services f109
  1660. medication f033
  1661. medication_liquid ea87
  1662. meeting_room eb4f
  1663. memory e322
  1664. memory_alt f7a3
  1665. menstrual_health f6e1
  1666. menu e5d2
  1667. menu_book ea19
  1668. menu_open e9bd
  1669. merge eb98
  1670. merge_type e252
  1671. message e0c9
  1672. metabolism e10b
  1673. mfg_nest_yale_lock f11d
  1674. mic e31d
  1675. mic_external_off ef59
  1676. mic_external_on ef5a
  1677. mic_noise_cancel_high f7c3
  1678. mic_noise_cancel_low f7c2
  1679. mic_noise_cancel_off f7c1
  1680. mic_none e31d
  1681. mic_off e02b
  1682. microbiology e10c
  1683. microwave f204
  1684. microwave_gen e847
  1685. military_tech ea3f
  1686. mindfulness f6e0
  1687. minimize e931
  1688. minor_crash ebf1
  1689. missed_video_call f0ce
  1690. missed_video_call_filled f0ce
  1691. mixture_med e4c8
  1692. mms e618
  1693. mobile_friendly e200
  1694. mobile_off e201
  1695. mobile_screen_share e0e7
  1696. mobiledata_off f034
  1697. mode f345
  1698. mode_comment e253
  1699. mode_cool f166
  1700. mode_cool_off f167
  1701. mode_edit f345
  1702. mode_edit_outline f345
  1703. mode_fan f168
  1704. mode_fan_off ec17
  1705. mode_heat f16a
  1706. mode_heat_cool f16b
  1707. mode_heat_off f16d
  1708. mode_night f036
  1709. mode_of_travel e7ce
  1710. mode_off_on f16f
  1711. mode_standby f037
  1712. model_training f0cf
  1713. monetization_on e263
  1714. money e57d
  1715. money_off f038
  1716. money_off_csred f038
  1717. monitor ef5b
  1718. monitor_heart eaa2
  1719. monitor_weight f039
  1720. monitor_weight_gain f6df
  1721. monitor_weight_loss f6de
  1722. monitoring f190
  1723. monochrome_photos e403
  1724. mood ea22
  1725. mood_bad e7f3
  1726. mop e28d
  1727. more e619
  1728. more_down f196
  1729. more_horiz e5d3
  1730. more_time ea5d
  1731. more_up f197
  1732. more_vert e5d4
  1733. mosque eab2
  1734. motion_blur f0d0
  1735. motion_mode f842
  1736. motion_photos_auto f03a
  1737. motion_photos_off e9c0
  1738. motion_photos_pause f349
  1739. motion_photos_paused f349
  1740. motion_sensor_active e792
  1741. motion_sensor_alert e784
  1742. motion_sensor_idle e783
  1743. motion_sensor_urgent e78e
  1744. motorcycle e91b
  1745. mouse e323
  1746. move e740
  1747. move_down eb61
  1748. move_group f715
  1749. move_location e741
  1750. move_selection_down f714
  1751. move_selection_left f713
  1752. move_selection_right f712
  1753. move_selection_up f711
  1754. move_to_inbox e168
  1755. move_up eb64
  1756. movie e404
  1757. movie_creation e404
  1758. movie_edit f840
  1759. movie_filter e43a
  1760. moving e501
  1761. moving_beds e73d
  1762. moving_ministry e73e
  1763. mp e9c3
  1764. multicooker e293
  1765. multiline_chart e6df
  1766. multiple_stop f1b9
  1767. museum ea36
  1768. music_note e405
  1769. music_off e440
  1770. music_video e063
  1771. my_location e55c
  1772. nat ef5c
  1773. nature e406
  1774. nature_people e407
  1775. navigate_before e408
  1776. navigate_next e409
  1777. navigation e55d
  1778. near_me e569
  1779. near_me_disabled f1ef
  1780. nearby_error f03b
  1781. nearby_off f03c
  1782. nephrology e10d
  1783. nest_audio ebbf
  1784. nest_cam_floodlight f8b7
  1785. nest_cam_indoor f11e
  1786. nest_cam_iq f11f
  1787. nest_cam_iq_outdoor f120
  1788. nest_cam_magnet_mount f8b8
  1789. nest_cam_outdoor f121
  1790. nest_cam_stand f8b9
  1791. nest_cam_wall_mount f8ba
  1792. nest_cam_wired_stand ec16
  1793. nest_clock_farsight_analog f8bb
  1794. nest_clock_farsight_digital f8bc
  1795. nest_connect f122
  1796. nest_detect f123
  1797. nest_display f124
  1798. nest_display_max f125
  1799. nest_doorbell_visitor f8bd
  1800. nest_eco_leaf f8be
  1801. nest_farsight_weather f8bf
  1802. nest_found_savings f8c0
  1803. nest_heat_link_e f126
  1804. nest_heat_link_gen_3 f127
  1805. nest_hello_doorbell e82c
  1806. nest_locator_tag f8c1
  1807. nest_mini e789
  1808. nest_multi_room f8c2
  1809. nest_remote f129
  1810. nest_remote_comfort_sensor f12a
  1811. nest_secure_alarm f12b
  1812. nest_sunblock f8c3
  1813. nest_tag f12c
  1814. nest_thermostat_e_eu f12d
  1815. nest_thermostat_gen_3 f12e
  1816. nest_thermostat_sensor f12f
  1817. nest_thermostat_sensor_eu f130
  1818. nest_thermostat_zirconium_eu f131
  1819. nest_true_radiant f8c4
  1820. nest_wake_on_approach f8c5
  1821. nest_wake_on_press f8c6
  1822. nest_wifi_gale f132
  1823. nest_wifi_mistral f133
  1824. nest_wifi_point e83f
  1825. nest_wifi_point_vento f134
  1826. nest_wifi_router e841
  1827. network_cell e1b9
  1828. network_check e640
  1829. network_locked e61a
  1830. network_manage f7ab
  1831. network_ping ebca
  1832. network_wifi e1ba
  1833. network_wifi_1_bar ebe4
  1834. network_wifi_2_bar ebd6
  1835. network_wifi_3_bar ebe1
  1836. neurology e10e
  1837. new_label e609
  1838. new_releases ef76
  1839. new_window f710
  1840. newspaper eb81
  1841. next_plan ef5d
  1842. next_week e16a
  1843. nfc e1bb
  1844. night_shelter f1f1
  1845. night_sight_auto f1d7
  1846. night_sight_auto_off f1f9
  1847. night_sight_max f6c3
  1848. nightlife ea62
  1849. nightlight f03d
  1850. nightlight_badge f7c0
  1851. nightlight_off f7bf
  1852. nightlight_round f03d
  1853. nights_stay ea46
  1854. no_accounts f03e
  1855. no_adult_content f8fe
  1856. no_backpack f237
  1857. no_crash ebf0
  1858. no_drinks f1a5
  1859. no_encryption f03f
  1860. no_encryption_gmailerrorred f03f
  1861. no_flash f1a6
  1862. no_food f1a7
  1863. no_luggage f23b
  1864. no_meals f1d6
  1865. no_meeting_room eb4e
  1866. no_photography f1a8
  1867. no_sim e1ce
  1868. no_stroller f1af
  1869. no_transfer f1d5
  1870. noise_aware ebec
  1871. noise_control_off ebf3
  1872. noise_control_on f8a8
  1873. nordic_walking e50e
  1874. north f1e0
  1875. north_east f1e1
  1876. north_west f1e2
  1877. not_accessible f0fe
  1878. not_interested f326
  1879. not_listed_location e575
  1880. not_started f0d1
  1881. note e66d
  1882. note_add e89c
  1883. note_alt f040
  1884. notes e26c
  1885. notification_add e399
  1886. notification_important e004
  1887. notifications e7f5
  1888. notifications_active e7f7
  1889. notifications_none e7f5
  1890. notifications_off e7f6
  1891. notifications_paused e7f8
  1892. numbers eac7
  1893. nutrition e110
  1894. offline_bolt e932
  1895. offline_pin e90a
  1896. offline_share e9c5
  1897. oil_barrel ec15
  1898. on_device_training ebfd
  1899. oncology e114
  1900. ondemand_video e63b
  1901. online_prediction f0eb
  1902. onsen f6f8
  1903. opacity e91c
  1904. open_in_browser e89d
  1905. open_in_full f1ce
  1906. open_in_new e89e
  1907. open_in_new_down f70f
  1908. open_in_new_off e4f6
  1909. open_with e89f
  1910. ophthalmology e115
  1911. oral_disease e116
  1912. order_approve f812
  1913. order_play f811
  1914. orthopedics f897
  1915. other_admission e47b
  1916. other_houses e58c
  1917. outbound e1ca
  1918. outbox ef5f
  1919. outdoor_garden e205
  1920. outdoor_grill ea47
  1921. outgoing_mail f0d2
  1922. outlet f1d4
  1923. outlined_flag ea1a
  1924. outpatient e118
  1925. outpatient_med e119
  1926. output ebbe
  1927. output_circle f70e
  1928. oven_gen e843
  1929. overview e4a7
  1930. overview_key f7d4
  1931. oxygen_saturation e4de
  1932. pace f6b8
  1933. pacemaker e656
  1934. package e48f
  1935. padding e9c8
  1936. pages e7f9
  1937. pageview e8a0
  1938. paid f041
  1939. palette e40a
  1940. pallet f86a
  1941. pan_tool e925
  1942. pan_tool_alt ebb9
  1943. panorama e40b
  1944. panorama_fish_eye e40c
  1945. panorama_horizontal e40d
  1946. panorama_photosphere e9c9
  1947. panorama_vertical e40e
  1948. panorama_wide_angle e40f
  1949. paragliding e50f
  1950. park ea63
  1951. partly_cloudy_day f172
  1952. partly_cloudy_night f174
  1953. party_mode e7fa
  1954. password f042
  1955. patient_list e653
  1956. pattern f043
  1957. pause e034
  1958. pause_circle e1a2
  1959. pause_circle_filled e1a2
  1960. pause_circle_outline e1a2
  1961. pause_presentation e0ea
  1962. payment e8a1
  1963. payments ef63
  1964. pdf_off f7be
  1965. pedal_bike eb29
  1966. pediatrics e11d
  1967. pen_size_1 f755
  1968. pen_size_2 f754
  1969. pen_size_3 f753
  1970. pen_size_4 f752
  1971. pen_size_5 f751
  1972. pending ef64
  1973. pending_actions f1bb
  1974. pentagon eb50
  1975. people ea21
  1976. people_alt ea21
  1977. people_outline ea21
  1978. percent eb58
  1979. pergola e203
  1980. perm_camera_mic e8a2
  1981. perm_contact_calendar e8a3
  1982. perm_data_setting e8a4
  1983. perm_device_information e8a5
  1984. perm_identity f0d3
  1985. perm_media e8a7
  1986. perm_phone_msg e8a8
  1987. perm_scan_wifi e8a9
  1988. person f0d3
  1989. person_2 f8e4
  1990. person_3 f8e5
  1991. person_4 f8e6
  1992. person_add ea4d
  1993. person_add_alt ea4d
  1994. person_add_disabled e9cb
  1995. person_filled f0d3
  1996. person_off e510
  1997. person_outline f0d3
  1998. person_pin e55a
  1999. person_pin_circle e56a
  2000. person_remove ef66
  2001. person_search f106
  2002. personal_injury e6da
  2003. personal_video e333
  2004. pest_control f0fa
  2005. pest_control_rodent f0fd
  2006. pets e91d
  2007. phishing ead7
  2008. phone f0d4
  2009. phone_alt f0d4
  2010. phone_android e324
  2011. phone_bluetooth_speaker e61b
  2012. phone_callback e649
  2013. phone_disabled e9cc
  2014. phone_enabled e9cd
  2015. phone_forwarded e61c
  2016. phone_in_talk e61d
  2017. phone_in_talk_watchface_indicator f843
  2018. phone_iphone e325
  2019. phone_locked e61e
  2020. phone_missed e61f
  2021. phone_paused e620
  2022. phonelink e326
  2023. phonelink_erase e0db
  2024. phonelink_lock e0dc
  2025. phonelink_off e327
  2026. phonelink_ring e0dd
  2027. phonelink_ring_off f7aa
  2028. phonelink_setup ef41
  2029. photo e432
  2030. photo_album e411
  2031. photo_camera e412
  2032. photo_camera_back ef68
  2033. photo_camera_front ef69
  2034. photo_filter e43b
  2035. photo_frame f0d9
  2036. photo_library e413
  2037. photo_size_select_actual e432
  2038. photo_size_select_large e433
  2039. photo_size_select_small e434
  2040. php eb8f
  2041. physical_therapy e11e
  2042. piano e521
  2043. piano_off e520
  2044. picture_as_pdf e415
  2045. picture_in_picture e8aa
  2046. picture_in_picture_alt e911
  2047. pie_chart f044
  2048. pie_chart_filled f044
  2049. pie_chart_outline f044
  2050. pie_chart_outlined f044
  2051. pill e11f
  2052. pill_off f809
  2053. pin f045
  2054. pin_drop e55e
  2055. pin_end e767
  2056. pin_invoke e763
  2057. pinch eb38
  2058. pinch_zoom_in f1fa
  2059. pinch_zoom_out f1fb
  2060. pip_exit f70d
  2061. pivot_table_chart e9ce
  2062. pixel_3_3xl_3a f6ca
  2063. place e55f
  2064. place_item f1f0
  2065. plagiarism ea5a
  2066. play_arrow e037
  2067. play_circle e1c4
  2068. play_disabled ef6a
  2069. play_for_work e906
  2070. play_lesson f047
  2071. play_pause f137
  2072. playlist_add e03b
  2073. playlist_add_check e065
  2074. playlist_add_check_circle e7e6
  2075. playlist_add_circle e7e5
  2076. playlist_play e05f
  2077. playlist_remove eb80
  2078. plumbing f107
  2079. plus_one e800
  2080. podcasts f048
  2081. podiatry e120
  2082. podium f7fb
  2083. point_of_sale f17e
  2084. point_scan f70c
  2085. policy ea17
  2086. poll e85c
  2087. polyline ebbb
  2088. polymer e8ab
  2089. pool eb48
  2090. portable_wifi_off f087
  2091. portrait e851
  2092. portrait_lighting f7bc
  2093. portrait_lighting_off f7bd
  2094. position_bottom_left f70b
  2095. position_bottom_right f70a
  2096. position_top_right f709
  2097. post_add ea20
  2098. potted_plant f8aa
  2099. power e63c
  2100. power_input e336
  2101. power_off e646
  2102. power_rounded f8c7
  2103. power_settings_new e8ac
  2104. prayer_times f838
  2105. precision_manufacturing f049
  2106. pregnant_woman e91e
  2107. preliminary e7d8
  2108. prescriptions e121
  2109. present_to_all e0df
  2110. preview f1c5
  2111. preview_off f7af
  2112. price_change f04a
  2113. price_check f04b
  2114. print e8ad
  2115. print_add f7a2
  2116. print_connect f7a1
  2117. print_disabled e9cf
  2118. print_error f7a0
  2119. priority e19f
  2120. priority_high e645
  2121. privacy f148
  2122. privacy_screen f7ba
  2123. privacy_screen_off f7bb
  2124. privacy_tip f0dc
  2125. private_connectivity e744
  2126. problem e122
  2127. procedure e651
  2128. process_chart f855
  2129. production_quantity_limits e1d1
  2130. productivity e296
  2131. propane ec14
  2132. propane_tank ec13
  2133. psychiatry e123
  2134. psychology ea4a
  2135. psychology_alt f8ea
  2136. public e80b
  2137. public_off f1ca
  2138. publish e255
  2139. published_with_changes f232
  2140. pulmonology e124
  2141. punch_clock eaa8
  2142. push_pin f10d
  2143. qr_code ef6b
  2144. qr_code_2 e00a
  2145. qr_code_scanner f206
  2146. query_builder efd6
  2147. query_stats e4fc
  2148. question_answer e8af
  2149. question_exchange f7f3
  2150. question_mark eb8b
  2151. queue e03c
  2152. queue_music e03d
  2153. queue_play_next e066
  2154. quick_phrases e7d1
  2155. quick_reference e46e
  2156. quick_reference_all f801
  2157. quickreply ef6c
  2158. quiet_time e1f9
  2159. quiet_time_active e291
  2160. quiz f04c
  2161. r_mobiledata f04d
  2162. radar f04e
  2163. radio e03e
  2164. radio_button_checked e837
  2165. radio_button_unchecked e836
  2166. radiology e125
  2167. railway_alert e9d1
  2168. rainy f176
  2169. ramen_dining ea64
  2170. ramp_left eb9c
  2171. ramp_right eb96
  2172. range_hood e1ea
  2173. rate_review e560
  2174. raw_off f04f
  2175. raw_on f050
  2176. read_more ef6d
  2177. real_estate_agent e73a
  2178. rear_camera f6c2
  2179. rebase f845
  2180. rebase_edit f846
  2181. receipt e8b0
  2182. receipt_long ef6e
  2183. recent_actors e03f
  2184. recent_patient f808
  2185. recommend e9d2
  2186. record_voice_over e91f
  2187. rectangle eb54
  2188. recycling e760
  2189. redeem e8f6
  2190. redo e15a
  2191. reduce_capacity f21c
  2192. refresh e5d5
  2193. regular_expression f750
  2194. relax f6dc
  2195. remember_me f051
  2196. remote_gen e83e
  2197. remove e15b
  2198. remove_circle f08f
  2199. remove_circle_outline f08f
  2200. remove_done e9d3
  2201. remove_from_queue e067
  2202. remove_moderator e9d4
  2203. remove_red_eye e8f4
  2204. remove_road ebfc
  2205. remove_shopping_cart e928
  2206. reopen_window f708
  2207. reorder e8fe
  2208. repartition f8e8
  2209. repeat e040
  2210. repeat_on e9d6
  2211. repeat_one e041
  2212. repeat_one_on e9d7
  2213. replay e042
  2214. replay_10 e059
  2215. replay_30 e05a
  2216. replay_5 e05b
  2217. replay_circle_filled e9d8
  2218. reply e15e
  2219. reply_all e15f
  2220. report f052
  2221. report_gmailerrorred f052
  2222. report_off e170
  2223. report_problem f083
  2224. request_page f22c
  2225. request_quote f1b6
  2226. reset_image f824
  2227. reset_tv e9d9
  2228. resize f707
  2229. respiratory_rate e127
  2230. restart_alt f053
  2231. restaurant e56c
  2232. restaurant_menu e561
  2233. restore e8b3
  2234. restore_from_trash e938
  2235. restore_page e929
  2236. resume f7d0
  2237. reviews f07c
  2238. rheumatology e128
  2239. rib_cage f898
  2240. rice_bowl f1f5
  2241. right_click f706
  2242. right_panel_close f705
  2243. right_panel_open f704
  2244. ring_volume f0dd
  2245. ring_volume_filled f0dd
  2246. robot f882
  2247. rocket eba5
  2248. rocket_launch eb9b
  2249. roller_shades ec12
  2250. roller_shades_closed ec11
  2251. roller_skating ebcd
  2252. roofing f201
  2253. room e55f
  2254. room_preferences f1b8
  2255. room_service eb49
  2256. rotate_90_degrees_ccw e418
  2257. rotate_90_degrees_cw eaab
  2258. rotate_left e419
  2259. rotate_right e41a
  2260. roundabout_left eb99
  2261. roundabout_right eba3
  2262. rounded_corner e920
  2263. route eacd
  2264. router e328
  2265. routine e20c
  2266. rowing e921
  2267. rss_feed e0e5
  2268. rsvp f055
  2269. rtt e9ad
  2270. rule f1c2
  2271. rule_folder f1c9
  2272. run_circle ef6f
  2273. running_with_errors e51d
  2274. rv_hookup e642
  2275. sad_tab f7b9
  2276. safety_check ebef
  2277. safety_divider e1cc
  2278. sailing e502
  2279. salinity f876
  2280. sanitizer f21d
  2281. satellite e562
  2282. satellite_alt eb3a
  2283. sauna f6f7
  2284. save e161
  2285. save_alt f090
  2286. save_as eb60
  2287. saved_search ea11
  2288. savings e2eb
  2289. scale eb5f
  2290. scan f74e
  2291. scan_delete f74f
  2292. scanner e329
  2293. scatter_plot e268
  2294. scene e2a7
  2295. schedule efd6
  2296. schedule_send ea0a
  2297. schema e4fd
  2298. school e80c
  2299. science ea4b
  2300. score e269
  2301. scoreboard ebd0
  2302. screen_lock_landscape e1be
  2303. screen_lock_portrait e1bf
  2304. screen_lock_rotation e1c0
  2305. screen_rotation e1c1
  2306. screen_rotation_alt ebee
  2307. screen_search_desktop ef70
  2308. screen_share e0e2
  2309. screencast f7b8
  2310. screenshot f056
  2311. screenshot_keyboard f7d3
  2312. screenshot_monitor ec08
  2313. screenshot_region f7d2
  2314. scuba_diving ebce
  2315. sd e9dd
  2316. sd_card e623
  2317. sd_card_alert f057
  2318. sd_storage e623
  2319. search e8b6
  2320. search_check f800
  2321. search_off ea76
  2322. security e32a
  2323. security_update f072
  2324. security_update_good f073
  2325. security_update_warning f074
  2326. segment e94b
  2327. select f74d
  2328. select_all e162
  2329. select_check_box f1fe
  2330. select_to_speak f7cf
  2331. self_care f86d
  2332. self_improvement ea78
  2333. sell f05b
  2334. send e163
  2335. send_and_archive ea0c
  2336. send_time_extension eadb
  2337. send_to_mobile f05c
  2338. sensor_door f1b5
  2339. sensor_occupied ec10
  2340. sensor_window f1b4
  2341. sensors e51e
  2342. sensors_off e51f
  2343. sentiment_calm f6a7
  2344. sentiment_content f6a6
  2345. sentiment_dissatisfied e811
  2346. sentiment_excited f6a5
  2347. sentiment_extremely_dissatisfied f194
  2348. sentiment_frustrated f6a4
  2349. sentiment_neutral e812
  2350. sentiment_sad f6a3
  2351. sentiment_satisfied e813
  2352. sentiment_satisfied_alt e813
  2353. sentiment_stressed f6a2
  2354. sentiment_very_dissatisfied e814
  2355. sentiment_very_satisfied e815
  2356. sentiment_worried f6a1
  2357. set_meal f1ea
  2358. settings e8b8
  2359. settings_accessibility f05d
  2360. settings_account_box f835
  2361. settings_alert f143
  2362. settings_applications e8b9
  2363. settings_backup_restore e8ba
  2364. settings_bluetooth e8bb
  2365. settings_brightness e8bd
  2366. settings_cell e8bc
  2367. settings_ethernet e8be
  2368. settings_input_antenna e8bf
  2369. settings_input_component e8c0
  2370. settings_input_composite e8c0
  2371. settings_input_hdmi e8c2
  2372. settings_input_svideo e8c3
  2373. settings_motion_mode f833
  2374. settings_night_sight f832
  2375. settings_overscan e8c4
  2376. settings_panorama f831
  2377. settings_phone e8c5
  2378. settings_photo_camera f834
  2379. settings_power e8c6
  2380. settings_remote e8c7
  2381. settings_suggest f05e
  2382. settings_system_daydream e1c3
  2383. settings_voice e8c8
  2384. settop_component e2ac
  2385. severe_cold ebd3
  2386. shape_line f8d3
  2387. shapes e602
  2388. share e80d
  2389. share_location f05f
  2390. share_off f6cb
  2391. share_reviews f8a4
  2392. sheets_rtl f823
  2393. shelf_auto_hide f703
  2394. shelf_position f702
  2395. shelves f86e
  2396. shield e9e0
  2397. shield_moon eaa9
  2398. shield_with_heart e78f
  2399. shield_with_house e78d
  2400. shift e5f2
  2401. shift_lock f7ae
  2402. shop e8c9
  2403. shop_2 e8ca
  2404. shop_two e8ca
  2405. shopping_bag f1cc
  2406. shopping_basket e8cb
  2407. shopping_cart e8cc
  2408. shopping_cart_checkout eb88
  2409. short_stay e4d0
  2410. short_text e261
  2411. shortcut f060
  2412. show_chart e6e1
  2413. shower f061
  2414. shuffle e043
  2415. shuffle_on e9e1
  2416. shutter_speed e43d
  2417. sick f220
  2418. sign_language ebe5
  2419. signal_cellular_0_bar f0a8
  2420. signal_cellular_1_bar f0a9
  2421. signal_cellular_2_bar f0aa
  2422. signal_cellular_3_bar f0ab
  2423. signal_cellular_4_bar e1c8
  2424. signal_cellular_add f7a9
  2425. signal_cellular_alt e202
  2426. signal_cellular_alt_1_bar ebdf
  2427. signal_cellular_alt_2_bar ebe3
  2428. signal_cellular_connected_no_internet_0_bar f0ac
  2429. signal_cellular_connected_no_internet_4_bar e1cd
  2430. signal_cellular_no_sim e1ce
  2431. signal_cellular_nodata f062
  2432. signal_cellular_null e1cf
  2433. signal_cellular_off e1d0
  2434. signal_disconnected f239
  2435. signal_wifi_0_bar f0b0
  2436. signal_wifi_4_bar f065
  2437. signal_wifi_4_bar_lock e1e1
  2438. signal_wifi_bad f064
  2439. signal_wifi_connected_no_internet_4 f064
  2440. signal_wifi_off e1da
  2441. signal_wifi_statusbar_4_bar f065
  2442. signal_wifi_statusbar_not_connected f0ef
  2443. signal_wifi_statusbar_null f067
  2444. signature f74c
  2445. signpost eb91
  2446. sim_card e32b
  2447. sim_card_alert f057
  2448. sim_card_download f068
  2449. single_bed ea48
  2450. sip f069
  2451. skateboarding e511
  2452. skeleton f899
  2453. skip_next e044
  2454. skip_previous e045
  2455. skull f89a
  2456. sledding e512
  2457. sleep e213
  2458. sleep_score f6b7
  2459. slide_library f822
  2460. slideshow e41b
  2461. slow_motion_video e068
  2462. smart_button f1c1
  2463. smart_display f06a
  2464. smart_outlet e844
  2465. smart_screen f06b
  2466. smart_toy f06c
  2467. smartphone e32c
  2468. smb_share f74b
  2469. smoke_free eb4a
  2470. smoking_rooms eb4b
  2471. sms e625
  2472. sms_failed e87f
  2473. snippet_folder f1c7
  2474. snooze e046
  2475. snowboarding e513
  2476. snowing e80f
  2477. snowmobile e503
  2478. snowshoeing e514
  2479. soap f1b2
  2480. social_distance e1cb
  2481. social_leaderboard f6a0
  2482. solar_power ec0f
  2483. sort e164
  2484. sort_by_alpha e053
  2485. sos ebf7
  2486. sound_detection_dog_barking f149
  2487. sound_detection_glass_break f14a
  2488. sound_detection_loud_sound f14b
  2489. sound_sampler f6b4
  2490. soup_kitchen e7d3
  2491. source f1c8
  2492. source_notes e12d
  2493. south f1e3
  2494. south_america e7e4
  2495. south_east f1e4
  2496. south_west f1e5
  2497. spa eb4c
  2498. space_bar e256
  2499. space_dashboard e66b
  2500. spatial_audio ebeb
  2501. spatial_audio_off ebe8
  2502. spatial_tracking ebea
  2503. speaker e32d
  2504. speaker_group e32e
  2505. speaker_notes e8cd
  2506. speaker_notes_off e92a
  2507. speaker_phone e0d2
  2508. special_character f74a
  2509. specific_gravity f872
  2510. speech_to_text f8a7
  2511. speed e9e4
  2512. spellcheck e8ce
  2513. splitscreen f06d
  2514. spo2 f6db
  2515. spoke e9a7
  2516. spoof f7b7
  2517. sports ea30
  2518. sports_bar f1f3
  2519. sports_baseball ea51
  2520. sports_basketball ea26
  2521. sports_cricket ea27
  2522. sports_esports ea28
  2523. sports_football ea29
  2524. sports_golf ea2a
  2525. sports_gymnastics ebc4
  2526. sports_handball ea33
  2527. sports_hockey ea2b
  2528. sports_kabaddi ea34
  2529. sports_martial_arts eae9
  2530. sports_mma ea2c
  2531. sports_motorsports ea2d
  2532. sports_rugby ea2e
  2533. sports_score f06e
  2534. sports_soccer ea2f
  2535. sports_tennis ea32
  2536. sports_volleyball ea31
  2537. sprinkler e29a
  2538. sprint f81f
  2539. square eb36
  2540. square_foot ea49
  2541. ssid_chart eb66
  2542. stacked_bar_chart e9e6
  2543. stacked_line_chart f22b
  2544. stadia_controller f135
  2545. stadium eb90
  2546. stairs f1a9
  2547. star e838
  2548. star_border e885
  2549. star_border_purple500 e885
  2550. star_half e839
  2551. star_outline e885
  2552. star_purple500 e838
  2553. star_rate f0ec
  2554. star_rate_half ec45
  2555. stars e8d0
  2556. start e089
  2557. stay_current_landscape e0d3
  2558. stay_current_portrait e0d4
  2559. stay_primary_landscape e0d5
  2560. stay_primary_portrait e0d6
  2561. step f6fe
  2562. step_into f701
  2563. step_out f700
  2564. step_over f6ff
  2565. steps f6da
  2566. stethoscope f805
  2567. stethoscope_arrow f807
  2568. stethoscope_check f806
  2569. sticky_note_2 f1fc
  2570. stop e047
  2571. stop_circle ef71
  2572. stop_screen_share e0e3
  2573. storage e1db
  2574. store e8d1
  2575. store_mall_directory e8d1
  2576. storefront ea12
  2577. storm f070
  2578. straight eb95
  2579. straighten e41c
  2580. stream e9e9
  2581. stream_apps f79f
  2582. streetview e56e
  2583. stress_management f6d9
  2584. strikethrough_s e257
  2585. stroke_full f749
  2586. stroke_partial f748
  2587. stroller f1ae
  2588. style e41d
  2589. styler e273
  2590. stylus_laser_pointer f747
  2591. subdirectory_arrow_left e5d9
  2592. subdirectory_arrow_right e5da
  2593. subject e8d2
  2594. subscript f111
  2595. subscriptions e064
  2596. subtitles e048
  2597. subtitles_off ef72
  2598. subway e56f
  2599. summarize f071
  2600. sunny e81a
  2601. sunny_snowing e819
  2602. superscript f112
  2603. supervised_user_circle e939
  2604. supervisor_account e8d3
  2605. support ef73
  2606. support_agent f0e2
  2607. surfing e515
  2608. surgical e131
  2609. surround_sound e049
  2610. swap_calls e0d7
  2611. swap_horiz e8d4
  2612. swap_horizontal_circle e933
  2613. swap_vert e8d5
  2614. swap_vertical_circle e8d6
  2615. swipe e9ec
  2616. swipe_down eb53
  2617. swipe_down_alt eb30
  2618. swipe_left eb59
  2619. swipe_left_alt eb33
  2620. swipe_right eb52
  2621. swipe_right_alt eb56
  2622. swipe_up eb2e
  2623. swipe_up_alt eb35
  2624. swipe_vertical eb51
  2625. switch e1f4
  2626. switch_access f6fd
  2627. switch_access_shortcut e7e1
  2628. switch_access_shortcut_add e7e2
  2629. switch_account e9ed
  2630. switch_camera e41e
  2631. switch_left f1d1
  2632. switch_right f1d2
  2633. switch_video e41f
  2634. swords f889
  2635. symptoms e132
  2636. synagogue eab0
  2637. sync e627
  2638. sync_alt ea18
  2639. sync_disabled e628
  2640. sync_lock eaee
  2641. sync_problem e629
  2642. sync_saved_locally f820
  2643. syringe e133
  2644. system_security_update f072
  2645. system_security_update_good f073
  2646. system_security_update_warning f074
  2647. system_update f072
  2648. system_update_alt e8d7
  2649. tab e8d8
  2650. tab_close f745
  2651. tab_close_right f746
  2652. tab_duplicate f744
  2653. tab_group f743
  2654. tab_move f742
  2655. tab_new_right f741
  2656. tab_recent f740
  2657. tab_unselected e8d9
  2658. table f191
  2659. table_bar ead2
  2660. table_chart e265
  2661. table_chart_view f6ef
  2662. table_lamp e1f2
  2663. table_restaurant eac6
  2664. table_rows f101
  2665. table_rows_narrow f73f
  2666. table_view f1be
  2667. tablet e32f
  2668. tablet_android e330
  2669. tablet_mac e331
  2670. tag e9ef
  2671. tag_faces ea22
  2672. takeout_dining ea74
  2673. tamper_detection_off e82e
  2674. tamper_detection_on f8c8
  2675. tap_and_play e62b
  2676. tapas f1e9
  2677. task f075
  2678. task_alt e2e6
  2679. taunt f69f
  2680. taxi_alert ef74
  2681. team_dashboard e013
  2682. temp_preferences_custom f8c9
  2683. temp_preferences_eco f8ca
  2684. temple_buddhist eab3
  2685. temple_hindu eaaf
  2686. tenancy f0e3
  2687. terminal eb8e
  2688. terrain e564
  2689. text_decrease eadd
  2690. text_fields e262
  2691. text_format e165
  2692. text_increase eae2
  2693. text_rotate_up e93a
  2694. text_rotate_vertical e93b
  2695. text_rotation_angledown e93c
  2696. text_rotation_angleup e93d
  2697. text_rotation_down e93e
  2698. text_rotation_none e93f
  2699. text_select_end f73e
  2700. text_select_jump_to_beginning f73d
  2701. text_select_jump_to_end f73c
  2702. text_select_move_back_character f73b
  2703. text_select_move_back_word f73a
  2704. text_select_move_down f739
  2705. text_select_move_forward_character f738
  2706. text_select_move_forward_word f737
  2707. text_select_move_up f736
  2708. text_select_start f735
  2709. text_snippet f1c6
  2710. text_to_speech f1bc
  2711. textsms e625
  2712. texture e421
  2713. theater_comedy ea66
  2714. theaters e8da
  2715. thermometer e846
  2716. thermometer_gain f6d8
  2717. thermometer_loss f6d7
  2718. thermostat f076
  2719. thermostat_auto f077
  2720. thermostat_carbon f178
  2721. thumb_down e8db
  2722. thumb_down_alt e8db
  2723. thumb_down_filled e8db
  2724. thumb_down_off e8db
  2725. thumb_down_off_alt e8db
  2726. thumb_up f079
  2727. thumb_up_alt f079
  2728. thumb_up_filled f079
  2729. thumb_up_off f079
  2730. thumb_up_off_alt f079
  2731. thumbnail_bar f734
  2732. thumbs_up_down e8dd
  2733. thunderstorm ebdb
  2734. tibia f89b
  2735. tibia_alt f89c
  2736. time_auto f0e4
  2737. time_to_leave eff7
  2738. timelapse e422
  2739. timeline e922
  2740. timer e425
  2741. timer_10 e423
  2742. timer_10_alt_1 efbf
  2743. timer_10_select f07a
  2744. timer_3 e424
  2745. timer_3_alt_1 efc0
  2746. timer_3_select f07b
  2747. timer_off e426
  2748. tips_and_updates e79a
  2749. tire_repair ebc8
  2750. title e264
  2751. toc e8de
  2752. today e8df
  2753. toggle_off e9f5
  2754. toggle_on e9f6
  2755. token ea25
  2756. toll e8e0
  2757. tonality e427
  2758. tools_flat_head f8cb
  2759. tools_installation_kit e2ab
  2760. tools_ladder e2cb
  2761. tools_level e77b
  2762. tools_phillips f8cc
  2763. tools_pliers_wire_stripper e2aa
  2764. tools_power_drill e1e9
  2765. tools_wrench f8cd
  2766. top_panel_close f733
  2767. top_panel_open f732
  2768. topic f1c8
  2769. tornado e199
  2770. total_dissolved_solids f877
  2771. touch_app e913
  2772. tour ef75
  2773. toys e332
  2774. toys_fan f887
  2775. track_changes e8e1
  2776. traffic e565
  2777. trail_length eb5e
  2778. trail_length_medium eb63
  2779. trail_length_short eb6d
  2780. train e570
  2781. tram e571
  2782. transcribe f8ec
  2783. transfer_within_a_station e572
  2784. transform e428
  2785. transgender e58d
  2786. transit_enterexit e579
  2787. translate e8e2
  2788. transportation e21d
  2789. travel_explore e2db
  2790. trending_down e8e3
  2791. trending_flat e8e4
  2792. trending_up e8e5
  2793. trip_origin e57b
  2794. trolley f86b
  2795. try f07c
  2796. tsunami ebd8
  2797. tty f1aa
  2798. tune e429
  2799. tungsten f00d
  2800. turn_left eba6
  2801. turn_right ebab
  2802. turn_sharp_left eba7
  2803. turn_sharp_right ebaa
  2804. turn_slight_left eba4
  2805. turn_slight_right eb9a
  2806. turned_in e8e7
  2807. turned_in_not e8e7
  2808. tv e333
  2809. tv_gen e830
  2810. tv_off e647
  2811. tv_with_assistant e785
  2812. two_wheeler e9f9
  2813. type_specimen f8f0
  2814. u_turn_left eba1
  2815. u_turn_right eba2
  2816. ulna_radius f89d
  2817. ulna_radius_alt f89e
  2818. umbrella f1ad
  2819. unarchive e169
  2820. undo e166
  2821. unfloat_landscape f7b6
  2822. unfloat_portrait f7b5
  2823. unfold_less e5d6
  2824. unfold_less_double f8cf
  2825. unfold_more e5d7
  2826. unfold_more_double f8d0
  2827. ungroup f731
  2828. unknown_document f804
  2829. unknown_med eabd
  2830. unpublished f236
  2831. unsubscribe e0eb
  2832. upcoming f07e
  2833. update e923
  2834. update_disabled e075
  2835. upgrade f0fb
  2836. upload f09b
  2837. upload_file e9fc
  2838. urology e137
  2839. usb e1e0
  2840. usb_off e4fa
  2841. vaccines e138
  2842. valve e224
  2843. vape_free ebc6
  2844. vaping_rooms ebcf
  2845. variables f851
  2846. ventilator e139
  2847. verified ef76
  2848. verified_user f013
  2849. vertical_align_bottom e258
  2850. vertical_align_center e259
  2851. vertical_align_top e25a
  2852. vertical_distribute e076
  2853. vertical_shades ec0e
  2854. vertical_shades_closed ec0d
  2855. vertical_split e949
  2856. vibration e62d
  2857. video_call e070
  2858. video_camera_back f07f
  2859. video_camera_front f080
  2860. video_camera_front_off f83b
  2861. video_chat f8a0
  2862. video_file eb87
  2863. video_label e071
  2864. video_library e04a
  2865. video_settings ea75
  2866. video_stable f081
  2867. videocam e04b
  2868. videocam_off e04c
  2869. videogame_asset e338
  2870. videogame_asset_off e500
  2871. view_agenda e8e9
  2872. view_array e8ea
  2873. view_carousel e8eb
  2874. view_column e8ec
  2875. view_column_2 f847
  2876. view_comfy e42a
  2877. view_comfy_alt eb73
  2878. view_compact e42b
  2879. view_compact_alt eb74
  2880. view_cozy eb75
  2881. view_day e8ed
  2882. view_headline e8ee
  2883. view_in_ar efc9
  2884. view_in_ar_new efc9
  2885. view_kanban eb7f
  2886. view_list e8ef
  2887. view_module e8f0
  2888. view_quilt e8f1
  2889. view_sidebar f114
  2890. view_stream e8f2
  2891. view_timeline eb85
  2892. view_week e8f3
  2893. vignette e435
  2894. villa e586
  2895. visibility e8f4
  2896. visibility_off e8f5
  2897. vital_signs e650
  2898. vitals e13b
  2899. voice_chat e62e
  2900. voice_over_off e94a
  2901. voicemail e0d9
  2902. volcano ebda
  2903. volume_down e04d
  2904. volume_down_alt e79c
  2905. volume_mute e04e
  2906. volume_off e04f
  2907. volume_up e050
  2908. volunteer_activism ea70
  2909. voting_chip f852
  2910. vpn_key e0da
  2911. vpn_key_alert f6cc
  2912. vpn_key_off eb7a
  2913. vpn_lock e62f
  2914. vrpano f082
  2915. wall_lamp e2b4
  2916. wallet f8ff
  2917. wallpaper e1bc
  2918. ward e13c
  2919. warehouse ebb8
  2920. warning f083
  2921. warning_amber f083
  2922. warning_off f7ad
  2923. wash f1b1
  2924. watch e334
  2925. watch_button_press f6aa
  2926. watch_later efd6
  2927. watch_off eae3
  2928. watch_screentime f6ae
  2929. watch_wake f6a9
  2930. water f084
  2931. water_bottle f69d
  2932. water_bottle_large f69e
  2933. water_damage f203
  2934. water_do f870
  2935. water_drop e798
  2936. water_ec f875
  2937. water_full f6d6
  2938. water_heater e284
  2939. water_lock f6ad
  2940. water_loss f6d5
  2941. water_lux f874
  2942. water_medium f6d4
  2943. water_orp f878
  2944. water_ph f87a
  2945. water_voc f87b
  2946. waterfall_chart ea00
  2947. waves e176
  2948. waving_hand e766
  2949. wb_auto e42c
  2950. wb_cloudy f15c
  2951. wb_incandescent f07d
  2952. wb_iridescent f00d
  2953. wb_shade ea01
  2954. wb_sunny e430
  2955. wb_twilight e1c6
  2956. wc e63d
  2957. weather_snowy e2cd
  2958. web e051
  2959. web_asset e069
  2960. web_asset_off ef47
  2961. web_stories e595
  2962. webhook eb92
  2963. weekend e16b
  2964. weight e13d
  2965. west f1e6
  2966. whatshot e80e
  2967. wheelchair_pickup f1ab
  2968. where_to_vote e177
  2969. widgets e1bd
  2970. width f730
  2971. width_full f8f5
  2972. width_normal f8f6
  2973. width_wide f8f7
  2974. wifi e63e
  2975. wifi_1_bar e4ca
  2976. wifi_2_bar e4d9
  2977. wifi_add f7a8
  2978. wifi_calling ef77
  2979. wifi_calling_1 f0e7
  2980. wifi_calling_2 f0e7
  2981. wifi_calling_3 f0e7
  2982. wifi_channel eb6a
  2983. wifi_find eb31
  2984. wifi_lock e1e1
  2985. wifi_off e648
  2986. wifi_password eb6b
  2987. wifi_protected_setup f0fc
  2988. wifi_proxy f7a7
  2989. wifi_tethering e1e2
  2990. wifi_tethering_error ead9
  2991. wifi_tethering_off f087
  2992. wind_power ec0c
  2993. window f088
  2994. window_closed e77e
  2995. window_open e78c
  2996. window_sensor e2bb
  2997. wine_bar f1e8
  2998. woman e13e
  2999. woman_2 f8e7
  3000. work e943
  3001. work_history ec09
  3002. work_off e942
  3003. work_outline e943
  3004. workspace_premium e7af
  3005. workspaces e1a0
  3006. workspaces_outline e1a0
  3007. wounds_injuries e13f
  3008. wrap_text e25b
  3009. wrist f69c
  3010. wrong_location ef78
  3011. wysiwyg f1c3
  3012. yard f089
  3013. youtube_activity f85a
  3014. youtube_searched_for e8fa
  3015. zone_person_alert e781
  3016. zone_person_idle e77a
  3017. zone_person_urgent e788
  3018. zoom_in e8ff
  3019. zoom_in_map eb2d
  3020. zoom_out e900
  3021. zoom_out_map e56b